.danye{
    box-sizing: border-box;
    padding: 0 26px 0 48px;
    line-height: 2;
}
.danye img{
    max-width: 100%;
    height: auto;
}

.liebiao{
    padding: 0 0 0 62px;
}
.liebiao li{
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 100px;
    position: relative;
    height: 62px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}
.liebiao li::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #747474;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.liebiao li a{
    display: block;
    float: left;
}
.liebiao li a span{
    line-height: 62px;
    font-size: 18px;
    color: #000;
    transition: all 0.25s;
}
.liebiao li .time{
    position: absolute;
    right: 0;
    line-height: 62px;
    font-size: 14px;
    color: #ababab;
}
.liebiao li a:hover span{
    margin-left: 8px;
    color: #2f5ace;
}

.neirong{
    line-height: 2;
    width: 100%;
    padding-top: 76px;
}
.neirong img{
    max-width: 100%;
}
.nr-top{
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.nr-top .title{
    font-size: 30px;
    font-weight: bold;
    color: #353535;
}
.nr-top p{
    margin-top: 64px;
    font-size: 14px;
    color: #999999;
}
.nr-con{
    padding: 50px 70px 90px 70px;
}
.prt-cls{
    text-align: center;
}
.prt-cls img{
    margin-right: 4px;
}
.prt-cls a:first-child{
    margin-right: 14px;
}
.prt-cls a span{
    transition: all 0.25s;
    color: #333333;
    font-size: 14px;
}
.prt-cls a:hover span{
    color: #2f5ace;
}
.next-pre{
    margin-top: 20px;
    padding-top: 26px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}
.next-pre a{
    display: block;
    max-width: calc(50% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next-pre a span{
    font-size: 14px;
    color: #2c2c2c;
    transition: all 0.25s;
}
.next-pre a:hover span{
    color: #2f5ace;
}

.tupian{
    box-sizing: border-box;
    padding-left: 50px;
}
.tupian ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tupian li{
    box-sizing: border-box;
    width: 375px;
    height: 295px;
    padding: 9px 9px 22px 9px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.tupian li:nth-child(3n+2){
    margin-left: 21px;
    margin-right: 21px;
}
.tupian li .img{
    width: 355px;
    height: 223px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.tupian li .img img{
    width: 100%;
}
.tupian li span{
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #353535;
    transition: all 0.25s;
}
.tupian li:hover span{
    color: #2f5ace;
}

.pagination{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.pagination a{
    display: block;
    padding: 4px 10px;
    margin: 0 3px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    color: #333333;
    transition: all 0.25s;
}
.pagination a.on,.pagination a:hover{
    background-color: #2f5ace;
    color: #fff;
}